.wyc-logo {
    max-width: 175px;
    margin-left: auto!important;
    margin-right: auto!important;
    float: none!important;
}
.wyc-logo--giftcatalog {
    max-width: 400px;
    margin-left: auto!important;
    margin-right: auto!important;
    float: none!important;
}
.wyc-border {
	border-right: 2px solid #fff;
}
@font-face {
	font-family: 'WycliffeSpirit-Emboldened';
	src:
	url('/Photos/Gift Catalog/2021/fonts/WycliffeSpirit-Emboldened.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.font--accent-spirit {
	font-family: 'WycliffeSpirit-Emboldened',  "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif !important;
	letter-spacing: 1px;
	line-height: 1em;
	font-size: 200%;
	font-weight: normal;
}

.section-title {
	font-size: 3.5em;
}

.has-background--dred {
    background-color: #ab2d28;
}

.has-background--dteal {
	background-color: #006168;
}

.text--dred {
	color: #ab2d28;
}
.text--yellow {
	color: #ffc60a;
}

@media (max-width: 78rem) {
	.cell--1of2.has-background--dteal, .cell--1of2.has-background--dred {
		width: 100%;
	}
}
.gc--hero {
    background-image: url('/Photos/Gift Catalog/2021/img/hero-background.jpg');
    background-size: cover!important;
	background-repeat: no-repeat!important;
}
.gc--instructions {
    background-image: url('/Photos/Gift Catalog/2021/img/girl-instructions-background.jpg');
    background-size: cover!important;
	background-repeat: no-repeat!important;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.on-top {
    z-index: 9;
}
.has-shadow {
	-webkit-filter: drop-shadow(rgba(0, 0, 0, 0.3) 0px 0px 8px);
	filter: drop-shadow(rgba(0, 0, 0, 0.3) 0px 0px 8px);
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex--wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.justify--end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.justify--space-evenly{
    justify-content: space-evenly;
}
.flex--end {
	-ms-flex-item-align: end;
	align-self: flex-end;
}
.flex--1 {
	flex: 1;
}
.grow--1 {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.vertical--center {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
@media(max-width: 64rem) {
	.cell--4of5.flex--1, .cell--2of5.flex--end, .cell--1of2.flex--end, .cell--1of2.mobile--1 {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.cell--2of5.mobile--2 img, .cell--1of2.flex--end img {
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.mobile--1 {
		order: 1;
	}
	.mobile--2 {
		order: 2;
	}
	.flex--1 {
		flex: auto;
	}
    .header-button {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
	
}
@media(max-width: 36rem) {
    .cell.cell--1of7, .cell.cell--1of8 {
		width: calc( 33.3333% - 0.5rem * 2 )!important;
	}
	.cell--1of3.flex--end {
		width: 100%;
	}
}
.figure {
	max-height: 32em;
}
.category-icons img {
    max-width: 40px;
    text-align: center;
    margin: auto;
    float: none;
    padding-top: 1em;
}

.menu li:hover {
    border-bottom: 5px solid transparent!important;
    opacity: 0.5;
}

.ripped--top-red {
    position: absolute;
    top: 0;
}
.ripped--bottom-dark {
    position: absolute;
	bottom: 0;
	margin-bottom: -1px;
}

.btn--dteal {
    border-color: #005a64;
    background-color: #005a64;
}
.btn--yellow {
	background-color: #ffc60a;
	border-color: #ffc60a;
	color: #47525a;
}
.btn--yellow:hover{
	background-color: #f9d162;
	border-color: #f9d162;
	color: #47525a;
}
.btn--search {
	padding: 0!important;
	max-width: 100%;
	float: none;
}
.has-pattern--top {
	background-image: url('/Photos/Gift Catalog/2021/img/pattern-strip.svg');
	background-size: contain;
	background-position: top center;
	background-repeat: repeat-x;
	height: 30px;
}
.has-pattern--bottom {
	background-image: url('/Photos/Gift Catalog/2021/img/pattern-strip.svg');
	background-size: contain;
	background-position: bottom center;
	background-repeat: repeat-x;
	height: 30px;
}

@media(max-width: 64rem) {
	.move-up {
		margin-top: -1.5%!important;
	}
}
.move-up {
	margin-top: -0.9em;
}
.move-down {
	margin-bottom: -0.35em;
}

.card {
	border-radius: 5px;
	border: none;
	background-color: #005a64;
}

.card-divider {
	border-top: 3px solid #9AD7D8;
	max-width: 50px;
	border-bottom: 0;
}

.footer--a {
	color: #555!important;
	text-decoration: underline!important;
}
/**Edit Template Card**/
.gifts-container.flex.flex--wrap .cell--1of4 {
	background-color: #005a64;
	border-radius: 5px;
}

.cell--1of4 .card.cell--100 {
	background-color: #005a64!important;
	border-radius: 5px;
	box-shadow: none!important;
	transform: none!important;
}
.cell--1of4 .card.cell--100 img {
	border-radius: 0;
}
.cell--1of4 .card.cell--100 .text--center.has-padding.well {
	padding: 2rem;
	margin: 0;
	text-align: left!important;
}
.cell--1of4 .card.cell--100 .text--center.has-padding.well h4 a {
	color: #fff!important;
}

.cell--1of4 .card.cell--100 .text--center.has-padding.well h4.well--medium.well--bottom::after {
	content: '';
    border-top: 3px solid #9AD7D8;
    max-width: 50px;
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
}

.cell--1of4 .card.cell--100 .text--center.has-padding.well a.btn.btn--primary {
	background-color: #F3C300;
	border-color: #F3C300;
	color: #47525A;
}
.cell--1of4 .card.cell--100 .text--center.has-padding.well a.btn.btn--primary:hover {
	background-color: #f9d162;
	border-color: #f9d162;
}
/**Edit Sidebar**/
.sidebar.has-padding {
	background: #9AD7D8!important;
	border-radius: 5px;
	padding: 2rem;
	border: 0;
}

.sidebar h3 {
	font-size: 22px!important;
	margin-top: 0!important;
	color: #ab2d28!important;
}

.sidebar h3 span {
	color: #47525A;
	font-size: 18px;
}

.sidebar form {
	margin-bottom: 0;
}
.sidebar form fieldset input.cell--5of7.is-glued, input#SearchContentTypeConfigurationQuery {
	border-radius: 3px 0 0 3px!important;
}
/**Edit Gift Template**/
.meta--article-tags {
	display: none;
}
.ui-widget {
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    font-size: 1.1em;
}